InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Values Property

In This Topic
    Values Property (ObservableDictionary<TKey,TValue>)
    In This Topic
    Gets an ICollection containing the values in the ObservableDictionary<TKey,TValue>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As ICollection(Of TValue)
    public ICollection<TValue> Values {get;}
    See Also